home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 5: The Fifth Dimension / 17 Bit - The Fifth Dimension (1995)(17 Bit Software)[!].iso / files / 3495.dms / 3495.adf / ProNET / install / english / Install next >
Text File  |  1994-10-28  |  352b  |  16 lines

  1. echo "This script will copies some ProNET files into the"
  2. echo "directories."
  3. echo ""
  4. ask "Do you want to continue ?"
  5. if $rc eq 5
  6.  copy //c/#? to c:
  7.  copy //l/#? to l:
  8.  copy //devs/pronet.device //devs/pronet.config to devs:
  9.  echo ""
  10.  echo "You will have to create a MountList entry on your own.."
  11. else
  12.  echo ""
  13.  echo "Are you nuts ¿¿ :)"
  14. endif
  15. endcli
  16.